﻿2026-07-09T09:31:31.2748225Z ##[group]Run actions/checkout@v5
2026-07-09T09:31:31.2749072Z with:
2026-07-09T09:31:31.2749448Z   repository: SaberMage/spt-core
2026-07-09T09:31:31.2752354Z   token: ***
2026-07-09T09:31:31.2752713Z   ssh-strict: true
2026-07-09T09:31:31.2753070Z   ssh-user: git
2026-07-09T09:31:31.2753437Z   persist-credentials: true
2026-07-09T09:31:31.2753836Z   clean: true
2026-07-09T09:31:31.2754198Z   sparse-checkout-cone-mode: true
2026-07-09T09:31:31.2754618Z   fetch-depth: 1
2026-07-09T09:31:31.2754976Z   fetch-tags: false
2026-07-09T09:31:31.2755344Z   show-progress: true
2026-07-09T09:31:31.2755719Z   lfs: false
2026-07-09T09:31:31.2756055Z   submodules: false
2026-07-09T09:31:31.2756422Z   set-safe-directory: true
2026-07-09T09:31:31.2757014Z ##[endgroup]
2026-07-09T09:31:31.3652906Z Syncing repository: SaberMage/spt-core
2026-07-09T09:31:31.3654490Z ##[group]Getting Git version info
2026-07-09T09:31:31.3655144Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-09T09:31:31.3656126Z [command]/usr/bin/git version
2026-07-09T09:31:31.3656556Z git version 2.43.0
2026-07-09T09:31:31.3674473Z ##[endgroup]
2026-07-09T09:31:31.3687261Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6e021561-8ce2-41fb-98cd-369cf2f3a57c' before making global git config changes
2026-07-09T09:31:31.3689381Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T09:31:31.3691934Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T09:31:31.3738038Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-09T09:31:31.3768299Z https://github.com/SaberMage/spt-core
2026-07-09T09:31:31.3783353Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T09:31:31.3787895Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T09:31:31.3817091Z HEAD
2026-07-09T09:31:31.3863369Z ##[endgroup]
2026-07-09T09:31:31.3865659Z [command]/usr/bin/git submodule status
2026-07-09T09:31:31.4070037Z ##[group]Cleaning the repository
2026-07-09T09:31:31.4074048Z [command]/usr/bin/git clean -ffdx
2026-07-09T09:31:32.2656383Z Removing target/
2026-07-09T09:31:32.2664009Z [command]/usr/bin/git reset --hard HEAD
2026-07-09T09:31:32.2729745Z HEAD is now at 015eae70c Merge ca8058edb413c8b952255a22f9c91101ab6903b1 into ae82332bf753eabb0d4f47dd768597217bce6083
2026-07-09T09:31:32.2737797Z ##[endgroup]
2026-07-09T09:31:32.2738908Z ##[group]Disabling automatic garbage collection
2026-07-09T09:31:32.2743002Z [command]/usr/bin/git config --local gc.auto 0
2026-07-09T09:31:32.2771113Z ##[endgroup]
2026-07-09T09:31:32.2772228Z ##[group]Setting up auth
2026-07-09T09:31:32.2777026Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T09:31:32.2806053Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-09T09:31:32.3000464Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T09:31:32.3025848Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-09T09:31:32.3220426Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T09:31:32.3246975Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T09:31:32.3439472Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-09T09:31:32.3471572Z ##[endgroup]
2026-07-09T09:31:32.3472358Z ##[group]Fetching the repository
2026-07-09T09:31:32.3479802Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +015eae70c1b58ac71b8564b69094ea7a5df1211c:refs/remotes/pull/68/merge
2026-07-09T09:31:32.8125435Z ##[endgroup]
2026-07-09T09:31:32.8126505Z ##[group]Determining the checkout info
2026-07-09T09:31:32.8127619Z ##[endgroup]
2026-07-09T09:31:32.8129521Z [command]/usr/bin/git sparse-checkout disable
2026-07-09T09:31:32.8165491Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-09T09:31:32.8190041Z ##[group]Checking out the ref
2026-07-09T09:31:32.8191777Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/68/merge
2026-07-09T09:31:32.8250830Z HEAD is now at 015eae70c Merge ca8058edb413c8b952255a22f9c91101ab6903b1 into ae82332bf753eabb0d4f47dd768597217bce6083
2026-07-09T09:31:32.8255759Z ##[endgroup]
2026-07-09T09:31:32.8295283Z [command]/usr/bin/git log -1 --format=%H
2026-07-09T09:31:32.8325168Z 015eae70c1b58ac71b8564b69094ea7a5df1211c
